Uses of Interface
org.eclipse.vtp.framework.spi.IProcessDefinition

Packages that use IProcessDefinition
org.eclipse.vtp.framework.engine   
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.engine.main   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.spi   
 

Uses of IProcessDefinition in org.eclipse.vtp.framework.engine
 

Classes in org.eclipse.vtp.framework.engine that implement IProcessDefinition
 class ProcessDefinition
          Implementation of IProcessDefinition.
 

Uses of IProcessDefinition in org.eclipse.vtp.framework.engine.http
 

Methods in org.eclipse.vtp.framework.engine.http with parameters of type IProcessDefinition
 void HttpConnector.registerDefinition(java.lang.String definitionID, IProcessDefinition definition, org.osgi.framework.Bundle contributor)
          Registers a process definition with this connector.
 

Constructors in org.eclipse.vtp.framework.engine.http with parameters of type IProcessDefinition
Deployment(IProcessEngine engine, IProcessDefinition definition, java.util.Dictionary properties, org.osgi.framework.Bundle contributor, IReporter reporter)
          Creates a new HttpDeployment.
 

Uses of IProcessDefinition in org.eclipse.vtp.framework.engine.main
 

Methods in org.eclipse.vtp.framework.engine.main with parameters of type IProcessDefinition
 IProcess ProcessEngine.createProcess(IProcessDefinition definition, IProcessDescriptor descriptor)
           
 

Uses of IProcessDefinition in org.eclipse.vtp.framework.engine.runtime
 

Constructors in org.eclipse.vtp.framework.engine.runtime with parameters of type IProcessDefinition
Blueprint(IProcessDefinition definition, ConfigurationDescriptor[] configurationDescriptors, ActionDescriptor[] actionDescriptors, ObserverDescriptor[] observerDescriptors, ServiceDescriptor[] serviceDescriptors, org.eclipse.core.runtime.IExtensionRegistry registry)
           
 

Uses of IProcessDefinition in org.eclipse.vtp.framework.spi
 

Methods in org.eclipse.vtp.framework.spi with parameters of type IProcessDefinition
 IProcess IProcessEngine.createProcess(IProcessDefinition definition, IProcessDescriptor descriptor)
          Creates a new process instance from the specified descriptor.